-
1 instruction
2) инструкция; программа действий3) обучение•- accumulator shift instruction
- actual instruction
- address modification instruction
- addressless instruction
- alphanumeric instruction
- alphameric instruction
- arithmetical instruction
- arithmetic instruction
- assignment instruction
- autocode instruction
- autoindexed instruction
- basic instruction
- bit-manipulation instruction
- blank instruction
- block-move instruction
- branching instruction
- branch instruction
- branching-programmed instruction
- branch-on-zero instruction
- breakpoint instruction
- broadcast instruction
- byte instruction
- call instruction
- card read instruction
- character-oriented instruction
- clear and add instruction
- clear store instruction
- clearing instruction
- compare instruction
- comparison instruction
- complete instruction
- compound instruction
- computer instruction
- computer-aided instruction
- computer-assisted instruction
- conditional assembly instruction
- conditional branch instruction
- conditional breakpoint instruction
- conditional instruction
- conditional jump instruction
- conditional stop instruction
- conditional transfer instruction
- conflicting instructions
- constant instruction
- consumer instruction
- control instruction
- control transfer instruction
- convert instruction
- current instruction
- data movement instruction
- data transfer instruction
- decimal instruction
- decision instruction
- declarative instruction
- decoded instruction
- diagnose instruction
- direct access instruction
- direct instruction
- discarded instruction
- discrimination instruction
- display instruction
- do-nothing instruction
- double-precision instruction
- dual-issued instructions
- dummy instruction
- edit instruction
- effective instruction
- engineering instruction
- entry instruction
- exchange instruction
- executive instruction
- external devices instruction
- extracode instruction
- extract instruction
- floating-point instruction
- follow the instructions carefully
- format instruction
- four-address instruction
- full-word instruction
- general instruction
- half-word instruction
- halt instruction
- housekeeping instruction
- idle instruction
- ignore instruction
- illegal instruction
- immediate address instruction
- immediate instruction
- imperative instruction
- indirect instruction
- input/output instruction
- inquiry input/output instruction
- integer instruction
- internal manipulation instruction
- interpretive instruction
- interrupt instruction
- interruptable instruction
- invitation instruction
- invite instruction
- iterative instruction
- jump instruction
- jump to subroutine instruction
- keyboard instruction
- linear programmed instruction
- link instruction
- linkage macro instruction
- load index register instruction
- load repeat counter instruction
- logical instruction
- logic instruction
- look-up instruction
- machine code instruction
- machine instruction
- machine language instruction
- macro instruction
- macroexpansion instruction
- macroprocessing instruction
- maintenance instruction
- math instruction
- memory load instruction
- memory protect privileged instruction
- memory-reference instruction
- micro instruction
- microprogrammable instruction
- mnemonic instruction
- modified instruction
- monadic instruction
- monitor call instruction
- motion video instruction
- move instruction
- MQ register sign jump instruction
- MQ sign jump instruction
- multiaddress instruction
- multilplying instruction
- multiple-address instruction
- multiple instruction
- multiple-cycle instruction
- multiple-length instruction
- multiplier-quotient register sign jump instruction
- multiplier-quotient sign jump instruction
- multiply-accumulate instruction
- N-address instruction
- native instruction
- noaddress instruction
- nonmemory-reference instruction
- nonprint instruction
- nonprivileged instruction
- non-speculative instruction
- no-op instruction
- no-operation instruction
- normalized instruction
- normalize instruction
- N-plus-one address instruction
- null instruction
- object instruction
- on-chip instruction
- one-address instruction
- one-and-a-half-address instruction
- one-over-one address instruction
- one-plus-one address instruction
- on-screen instruction
- operational-address instruction
- operation-address instruction
- optional halt instruction
- optional pause instruction
- optional stop instruction
- organizational instruction
- overflow jump instruction
- overriding instruction
- pause instruction
- picture-description instruction
- preempted instruction
- presumptive instruction
- prewired instruction
- privileged instruction
- producer instruction
- programmed instruction
- propagation instruction
- pseudo instruction
- quadruple address instruction
- quasi instruction
- reading instruction
- read instruction
- red-tape instruction
- reference instruction
- register-to-register instruction
- relative instruction
- repeat instruction
- repetition instruction
- restart instruction
- return instruction
- right shift instruction
- rotate instruction
- roundoff instruction
- scalar instruction
- search instruction
- seek instruction
- shift instruction
- shift-jump instruction
- short instruction
- single-address instruction
- single-cycle instruction
- single-operand instruction
- skeleton instruction
- skip instruction
- source-designation instruction
- source-destination instruction
- stack instruction
- steering instruction
- stop instruction
- string instruction
- summarize instruction
- supervisor call instruction
- symbolic instruction
- table look-up instruction
- tape instruction
- text-entry instruction
- three-address instruction
- three-plus-one-address instruction
- transfer instruction
- transfer of control instruction
- trap instruction
- try instruction
- two-address instruction
- two-plus-one-address instruction
- unconditional branch instruction
- unconditional control transfer instruction
- unconditional jump instruction
- unconditional transfer instruction
- unmodified instruction
- unretired instruction
- variable instruction
- variable length instruction
- variable-cycle instruction
- vector-processing instruction
- vector instruction
- verbal instruction
- waste instruction
- write instruction
- zero-address instruction
- zeroing instruction
- zero-suppress instructionEnglish-Russian dictionary of computer science and programming > instruction
См. также в других словарях:
Fortran language features — This is a comprehensive overview of features of the Fortran 95 language, the version supported by almost all existing Fortran compilers. Old features that have been superseded by new ones are not described few of those historic features are used… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
AppleScript — Paradigm(s) Natural language, Scripting … Wikipedia
Simons' BASIC — This product is widely, but incorrectly, called Simon s BASIC , because of confusion between the first name Simon and the surname Simons .Simons BASIC was an extension to BASIC 2.0 for the Commodore 64 home computer. Written by 16 year old… … Wikipedia
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia
Text Executive Programming Language — In 1979, Honeywell Information Systems announced a new programming language for their time sharing service named TEX, an acronym for the Text Executive processor. TEX was a first generation scripting language, developed around the time of AWK and … Wikipedia
Comparison of programming languages (basic instructions) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
RCA 1802 — The RCA (CDP)1802 (aka RCA COSMAC*, COSMAC 1802) is an 8 bit CMOS microprocessor (µP) introduced by RCA in early 1976, and currently being manufactured by Intersil Corporation. The 1802 has an architecture quite different from most other 8 bit… … Wikipedia
Self-modifying code — In computer science, self modifying code is code that alters its own instructions, intentionally or otherwise, while it is executing.Self modifying code is quite straightforward to write when using assembly language (taking into account the CPU… … Wikipedia
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia